QueryEd.com

Your Human AI Coding Tutor

London & Birmingham & Online

Back

A computer system is made up of hardware and software working together to process data.

The CPU & F-D-E Cycle

The Central Processing Unit (CPU) is the "brain" of the computer. Key components:

The CPU carries out the Fetch-Decode-Execute (FDE) cycle:

  1. Fetch: Retrieve the next instruction and its data from memory.
  2. Decode: Interpret the instruction to determine required actions.
  3. Execute: Carry out the instruction.

Von Neumann Architecture

This standard design stores both instructions and data in the same memory unit, allowing simple and efficient processing.

CPU Performance

Storage & Software